﻿2026-06-13T10:34:26.7145399Z ##[group]Run actions/checkout@v5
2026-06-13T10:34:26.7145761Z with:
2026-06-13T10:34:26.7146062Z   repository: SaberMage/spt-shell-notify
2026-06-13T10:34:26.7146391Z   path: .adapter-notify
2026-06-13T10:34:26.7149960Z   token: ***
2026-06-13T10:34:26.7150234Z   ssh-strict: true
2026-06-13T10:34:26.7150488Z   ssh-user: git
2026-06-13T10:34:26.7150736Z   persist-credentials: true
2026-06-13T10:34:26.7150979Z   clean: true
2026-06-13T10:34:26.7151217Z   sparse-checkout-cone-mode: true
2026-06-13T10:34:26.7151488Z   fetch-depth: 1
2026-06-13T10:34:26.7151704Z   fetch-tags: false
2026-06-13T10:34:26.7151948Z   show-progress: true
2026-06-13T10:34:26.7152181Z   lfs: false
2026-06-13T10:34:26.7152389Z   submodules: false
2026-06-13T10:34:26.7152620Z   set-safe-directory: true
2026-06-13T10:34:26.7152894Z ##[endgroup]
2026-06-13T10:34:26.8634273Z Syncing repository: SaberMage/spt-shell-notify
2026-06-13T10:34:26.8635907Z ##[group]Getting Git version info
2026-06-13T10:34:26.8636293Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify'
2026-06-13T10:34:26.8658590Z [command]/usr/bin/git version
2026-06-13T10:34:26.8724404Z git version 2.43.0
2026-06-13T10:34:26.8741337Z ##[endgroup]
2026-06-13T10:34:26.8751148Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/1ef8ac30-b616-4f0c-a13b-876a0391c09e' before making global git config changes
2026-06-13T10:34:26.8751792Z Adding repository directory to the temporary git global config as a safe directory
2026-06-13T10:34:26.8754031Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-06-13T10:34:26.8785101Z ##[group]Initializing the repository
2026-06-13T10:34:26.8787611Z [command]/usr/bin/git init /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify
2026-06-13T10:34:26.8811795Z hint: Using 'master' as the name for the initial branch. This default branch name
2026-06-13T10:34:26.8812314Z hint: is subject to change. To configure the initial branch name to use in all
2026-06-13T10:34:26.8812815Z hint: of your new repositories, which will suppress this warning, call:
2026-06-13T10:34:26.8813195Z hint: 
2026-06-13T10:34:26.8813484Z hint: 	git config --global init.defaultBranch <name>
2026-06-13T10:34:26.8813818Z hint: 
2026-06-13T10:34:26.8814123Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2026-06-13T10:34:26.8814619Z hint: 'development'. The just-created branch can be renamed via this command:
2026-06-13T10:34:26.8822803Z hint: 
2026-06-13T10:34:26.8823116Z hint: 	git branch -m <name>
2026-06-13T10:34:26.8823624Z Initialized empty Git repository in /home/reavus/actions-runner/_work/spt-core/spt-core/.adapter-notify/.git/
2026-06-13T10:34:26.8824645Z [command]/usr/bin/git remote add origin https://github.com/SaberMage/spt-shell-notify
2026-06-13T10:34:26.8850281Z ##[endgroup]
2026-06-13T10:34:26.8850690Z ##[group]Disabling automatic garbage collection
2026-06-13T10:34:26.8853462Z [command]/usr/bin/git config --local gc.auto 0
2026-06-13T10:34:26.8877606Z ##[endgroup]
2026-06-13T10:34:26.8877969Z ##[group]Setting up auth
2026-06-13T10:34:26.8882519Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-13T10:34:26.8906235Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-13T10:34:26.9107596Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-13T10:34:26.9131249Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-13T10:34:26.9323486Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-13T10:34:26.9350774Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-13T10:34:26.9548313Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-13T10:34:26.9581040Z ##[endgroup]
2026-06-13T10:34:26.9581492Z ##[group]Determining the default branch
2026-06-13T10:34:26.9584082Z Retrieving the default branch name
2026-06-13T10:34:27.3599656Z Default branch 'main'
2026-06-13T10:34:27.3600569Z ##[endgroup]
2026-06-13T10:34:27.3600965Z ##[group]Fetching the repository
2026-06-13T10:34:27.3605207Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main
2026-06-13T10:34:28.1818183Z From https://github.com/SaberMage/spt-shell-notify
2026-06-13T10:34:28.1818675Z  * [new branch]      main       -> origin/main
2026-06-13T10:34:28.1838591Z ##[endgroup]
2026-06-13T10:34:28.1839091Z ##[group]Determining the checkout info
2026-06-13T10:34:28.1841355Z ##[endgroup]
2026-06-13T10:34:28.1846187Z [command]/usr/bin/git sparse-checkout disable
2026-06-13T10:34:28.1897823Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-13T10:34:28.1933156Z ##[group]Checking out the ref
2026-06-13T10:34:28.1933661Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2026-06-13T10:34:28.1974304Z Switched to a new branch 'main'
2026-06-13T10:34:28.1974656Z branch 'main' set up to track 'origin/main'.
2026-06-13T10:34:28.1978364Z ##[endgroup]
2026-06-13T10:34:28.2009199Z [command]/usr/bin/git log -1 --format=%H
2026-06-13T10:34:28.2029814Z ee2d37eadc730c0019e0af82d683074c509634a2
